JMGetJMFrameObject
Returns a JRI reference to a frame'sJMFrame
object.
jref JMGetJMFrameObject(JMFrameRef frame);
frame
- The frame whose Java object you want to find.
- function result
- A pointer to the
com.apple.mrj.JManager.JMFrame
object associated with the frame.DISCUSSION
TheJMGetJMFrameObject
function returns the Java equivalent of aJMFrameRef
reference. AJMFrameRef
object encapsulates a Java frame object (that is, ajava.awt.Frame
object) so it can be handled outside the Java environment.